home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’95
/
Spy
/
Offscreen.h
< prev
next >
Wrap
Text File
|
1995-09-10
|
335b
|
17 lines
/*
* Offscreen.h
*/
#include <QDOffscreen.h>
typedef struct WindowOffscreen {
CGrafPtr windowPort;
GDHandle windowDevice;
GWorldPtr offscreenWorld;
short rightSlop;
} WindowOffscreen;
extern WindowOffscreen *DrawOffscreen(WindowPtr theWindow, short rightSlop);
extern void DrawOnscreen(WindowOffscreen *theOffscreen);